JapaneseCalendarEx Constructor(EraInfo[])
In This Topic
Initializes a new instance of the JapaneseCalendarEx class.
Syntax
'Declaration
Public Function New( _
ByVal () As EraInfo _
)
public JapaneseCalendarEx(
EraInfo[]
)
Parameters
- erasInfo
- An EraInfo array that represents the eras information.
See Also